home *** CD-ROM | disk | FTP | other *** search
- global gMasterData, gSection
-
- on goIntro
- go(label("intro"))
- set gSection to #clicks
- goNarrator(gMasterData, "79")
- end
-
- on goNext
- go(#next)
- set gSection to #clicks
- end
-
- on goPrev
- go(#previous)
- end
-
- on clickAgenda
- if the frame > 145 then
- set the memberNum of sprite 24 to the number of member "agenda 2"
- else
- set the memberNum of sprite 24 to the number of member "agenda"
- end if
- set the loc of sprite 24 to point(320, 240)
- end
-
- on clickTeam
- set the memberNum of sprite 24 to the number of member "guidelines"
- set the loc of sprite 24 to point(320, 240)
- end
-
- on clickRoles
- set the memberNum of sprite 24 to the number of member "roles"
- set the loc of sprite 24 to point(320, 240)
- end
-
- on clickMission
- set the memberNum of sprite 24 to the number of member "mission"
- set the loc of sprite 24 to point(320, 240)
- end
-